func golang.org/x/net/internal/httpcommon.shouldSendReqContentLength

2 uses

	golang.org/x/net/internal/httpcommon (current package)
		request.go#L216: 		if shouldSendReqContentLength(req.Method, req.ActualContentLength) {
		request.go#L366: func shouldSendReqContentLength(method string, contentLength int64) bool {